home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / GRAPH.SWG / 0021_RIFX.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  525b  |  15 lines

  1. --------f-RIFX-M----------------------------
  2.  
  3. The  RIFX  file format is identical to  the RIFF file format except that
  4. all values are in Motorola byte order.
  5.  
  6. OFFSET              Count TYPE   Description
  7. 0000h                   4 char   ID='RIFX'
  8. 0004h                   1 dword  Block size. This size is the size of the block
  9.                                  controlled by the RIFX header.
  10.                                  ="BSZ"
  11. 0008h                   4 char   Format name.
  12. REFERENCE:DDJ0994
  13. SEE ALSO:RIFF
  14.  
  15.